-
Notifications
You must be signed in to change notification settings - Fork 560
🌱 cleanup: build #3280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 cleanup: build #3280
Conversation
1a9b6ba
to
dab1ac1
Compare
dab1ac1
to
1c3d0cc
Compare
@@ -55,7 +55,6 @@ const ( | |||
|
|||
olmConfigMap = "olm-operators" // No-longer used, how long do we keep this around? | |||
|
|||
// sync name with scripts/install_local.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scripts/install_local.sh does not seem to reference anything to with the packageserver...
|
||
output: | ||
format: tab | ||
formats: tab |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in this file are to fix warnings given by the tool
Signed-off-by: Per Goncalves da Silva <[email protected]>
Signed-off-by: Per Goncalves da Silva <[email protected]>
Signed-off-by: Per Goncalves da Silva <[email protected]>
Signed-off-by: Per Goncalves da Silva <[email protected]>
Signed-off-by: Per Goncalves da Silva <[email protected]>
1c3d0cc
to
84ccbd9
Compare
84ccbd9
to
147b0c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few questions, but other than that - all looks good..
Refactor Makefile clean up build targets Signed-off-by: Per Goncalves da Silva <[email protected]>
147b0c6
to
3b50b9f
Compare
Signed-off-by: Per Goncalves da Silva <[email protected]>
3b50b9f
to
7d54f0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Would still be a good to have a link to an issue here or get it reverted if it is just a warning, but it is not something which should be blocking this PR.
You will probably have to remove |
c1b059a
Description of the change:
image
GHA (we build the image for e2e anyway)Fast follows from this:
make lint
(make sure the golangci-lint versions on dev and CI are the sameMotivation for the change:
Removing cruft from the project and trying to simplify things. Bumping k8s to 1.30 is causing some flakes. Having a tidy Makefile will make it easier to work with the codebase and fix issues.
Architectural changes:
Testing remarks:
Reviewer Checklist
/doc
[FLAKE]
are truly flaky and have an issue